object GetInstallDirs: TGetInstallDirs Left = 159 Top = 148 BorderStyle = bsDialog Caption = 'Installation Directory' ClientHeight = 159 ClientWidth = 320 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 120 Height = 13 Caption = '&Entrepreneur Destination:' FocusControl = Destination end object CDDrive: TLabel Left = 8 Top = 72 Width = 28 Height = 13 Caption = '&Drive:' FocusControl = DriveComboBox end object Destination: TEdit Left = 8 Top = 32 Width = 273 Height = 21 TabOrder = 0 Text = 'C:\Program Files\Ent' end object OKButton: TButton Left = 48 Top = 128 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 152 Top = 128 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object DriveComboBox: TDriveComboBox Left = 8 Top = 88 Width = 121 Height = 19 TabOrder = 3 OnChange = DriveComboBoxChange end object MinimumInstall: TRadioButton Left = 168 Top = 96 Width = 137 Height = 17 Caption = '&Minimum Install (5MB)' TabOrder = 4 end object FullInstall: TRadioButton Left = 168 Top = 72 Width = 137 Height = 17 Caption = '&Full Installation (30MB)' Checked = True TabOrder = 5 TabStop = True end end